Conversation
Requirement: Provide a standardized slash command for creating well-structured commits following the project's conventions. Update commit type documentation to include the complete set of conventions (feat, fix, doc, config, refactor, format, test, perf) with clear guidance on using Requirement vs Goal in commit messages. Implementation: - Created make-commit.md slash command with comprehensive commit workflow - Added all 8 commit type conventions (feat, fix, doc, config, refactor, format, test, perf) - Defined Requirement vs Goal usage: Requirement as default, Goal for proactive improvements - Added format type for code formatting changes (replacement for style) - Updated make-branch.md to include format type - Structured command to analyze changes, group by purpose, and propose commits - Included commit message template with Requirement/Goal and Implementation sections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirement
Resolves #5
Create a custom Claude Code slash command that simplifies the commit process by analyzing changes and generating structured commit messages following the project's commit conventions.
Implementation
Created make-commit.md Slash Command:
.claude/commands/make-commit.mdwith comprehensive commit workflowRequirement:for most commitsGoal:only for proactive improvements without specific requirementsUpdated Commit Conventions:
formattype for code formatting changes (replacement forstyle)Command Features:
Human Check
🤖 Generated with Claude Code